projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdeed41
)
(free_frame_menubar): Clear menubar_height field.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 30 Aug 1997 07:15:19 +0000
(07:15 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 30 Aug 1997 07:15:19 +0000
(07:15 +0000)
src/xmenu.c
patch
|
blob
|
history
diff --git
a/src/xmenu.c
b/src/xmenu.c
index bdfe046f838eb73000b682bf6749597e53056e79..533526f5c4eed9546440f96beb6b06162fdfda33 100644
(file)
--- a/
src/xmenu.c
+++ b/
src/xmenu.c
@@
-1891,6
+1891,8
@@
free_frame_menubar (f)
int id;
menubar_widget = f->output_data.x->menubar_widget;
+
+ f->output_data.x->menubar_height = 0;
if (menubar_widget)
{